home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / GAME / Xconq 7.0.1.sit / Xconq 7.0.1 / lib / ww2-38.g < prev    next >
Text File  |  1995-08-22  |  755b  |  40 lines

  1. (game-module "ww2-38"
  2.   (title "WWII Jan 38")
  3.   (blurb "Full WWII, January 1938.  This is a monster game, based on the advanced ww2 unit types.")
  4.   (base-module "ww2-adv")
  5.   (variants
  6.    (see-all true)
  7.    )
  8.   (instructions (
  9.    "In this game you play the national leader of your country during WWII."
  10.    ))
  11.   )
  12.  
  13. ;;; Define basic terrain.
  14.  
  15. (include "earth-1deg")
  16.  
  17. (set synthesis-methods nil)
  18.  
  19. (include "ww2-sides")
  20.  
  21. ;;; Define the nationalities of the people.
  22.  
  23. (include "p-e1-1938")
  24.  
  25. ;;; Define the cities.
  26.  
  27. (include "u-e1-1938")
  28.  
  29. ;; (add minor countries also?)
  30.  
  31. ;; (set up agreements applying to particular dates)
  32.  
  33. ;; not really correct
  34.  
  35. (scorekeeper (do last-side-wins))
  36.  
  37. ;; Default to setting up at the beginning of 1938.
  38.  
  39. (set initial-date "Jan 1938")
  40.